
.search_box .flex_box2 {
	display: none !important;
}
.header{
	background-color: #29529c;
	padding: ;
		position: relative;
		position: fixed;
		    z-index: 99;
		    width: 100%;
			transition: #009fe8;
}
.header.open, 
.header_bg .header, 
.header:hover{
	background-color: #29529c!important ;
}
.flex_box{
	width: 16.68rem;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;

}
.header_logo{
	width: 2.89rem;
	object-fit: contain;
}
.flex_box2{
	width: 8.24rem;
	
}
.header_nav{
	display: flex;
	width: 100%;
	justify-content: space-between;
	
}
.header_nav .level2_list{
	position: absolute;
	width: 100%;
	/*background-color: rgba(42, 84, 59, 0.4);*/
	background: rgba(0,159,232,.5);
	display: flex;
height: 0%;
	    left: 0;
		overflow: hidden;
		z-index: 99;
}
.level2_box{
	display: flex;
	padding: 0.45rem 3.48rem;
	/*transition: #009fe8;*/
	background: rgba(0,159,232,.5);
}
.header_nav .level2_list .level2{
	padding-right: 1.9rem;
}
.level2_a:hover, 
.header_nav .level1:hover .level1_a, 
.header_nav .level1.active .level1_a{
	font-weight: bold;
}
.header_nav .level1:hover .level1_a::after{
	width: 0.43rem;
}
.header_nav .level1_a{
	font-size: 0.18rem;
	color: #FFFFFF;
	padding: 0.5rem 0;
	position: relative;
}
.header_nav .level1_a::after{
	content: '';
	display: block;
	height: 0.04rem;
	background: #FFFFFF;
	position: absolute;
	bottom: 0.09rem;
	left: 50%;
	transform: translateX(-50%);
	transition: #009fe8;
	width: 0rem;
}
.level2{
	
}
.level2_a{
	font-size: 0.18rem;
	color: #FFFFFF;
	white-space: nowrap;
}


.header .flex_box3{
	width: 2rem;
}


.search_box .flex_box2, 
.search_box{
	display: flex;
	align-items: center;
}
.search_box .flex_box1{
	padding-right: 0.16rem;
	margin-right: 0.12rem;
	/* border-right: 0.01rem solid rgba(255, 255, 255, 1); */
}
.search_box img{
	width: 0.21rem;
	object-fit: contain;

}
.search_box .flex_box2 .lang{
	font-weight: 400;
	font-size: 0.18rem;
	color: #FFFFFF;
	white-space: nowrap;
}
.search_box .flex_box2 .lang + .lang{
	margin-left: 0.22rem;
}









.header.open .flex_box .flex_box4{
	opacity: 1;
	z-index: 5;
}
.flex_box4{
	position: absolute;
	background-color: transparent;
	right: 0px;
	    width: 70%;
	    background-color: #29529c;
	    justify-content: center;
		opacity: 0;
		z-index: -9;
		transition: #009fe8;
	
}
.search_box form {
    display: flex;
    width: 6.56rem;
    height: .5rem;
    border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
    border: 0.01rem solid #D8D8D8;
    box-sizing: border-box;
	background-color: #29529c;
}

.search_box form input {
    width: 5.42rem;
    padding: 0 .27rem;
	color: #fff;
    box-sizing: border-box;
    font-size: 0.14rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
	background-color: transparent;
}

.search_box form input::-webkit-input-placeholder {
    color: #fff;
	font-size: var(--c_size);
}

.search_box form button {
    width: 1.15rem;
    height: 0.5rem;
    background: #fff;
    border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
	
    border-color: transparent;
}

.search_box form button img {
    width: .26rem;
    height: .27rem;
}
.tit_box .tit{
    display: flex;
}
.common-phone-header,
.side-wrap{
    display: none;
}

@media only screen and (max-width: 1024px) {
    .header {
        display: none;
    }
    .common-phone-header {
        display: block !important;
    }
    .side-wrap {
        display: block !important;
    }
    .common-phone-header {
        position: fixed;
        z-index: 10000;
        top: 0;
        left: 0;
        width: 100%;
        /*background: #fff;*/
        background: #29529c;
    }
    .common-phone-header-inner {
        display: flex;
        height: 50px;
        border-bottom: 1px solid #eee;
        padding: 0 15px;
        justify-content: space-between;
        align-items: center;
    }
    .header-menu-phone{
        height: 30px;
        width: auto;
    }
    .header-logo-phone {
        height: 30px;
        width: auto;
    }
    .header-search-phone {
        height: 30px;
        width: auto;
    }
    .header-search-box-phone {
        display: none;
    }
    .header-search-input-phone {
        border-radius: 20px;
        height: 35px;
        border-width: 1px;
        border: 1px solid #333;
        padding: 0 10px;
        font-size: 14px;
    }
    .side-modal {
        display: none;
        position: fixed;
        z-index: 99999;
        left: 0;
        top: 0;
        height: 100vh;
        width: 100vw;
        background:rgba(0, 0, 0, .5);
    }
    .side-container {
        display: none;
        position: fixed;
        z-index: 100000;
        left: 0;
        top: 0;
        height: 100vh;
        width: 6.4rem;
        background-color: #fff;
        color: #000;
        border-left: 1px solid #eee;
        animation: ani_side 1s;
    }
    .side-container.shown {
        display: block;
    }
    @keyframes ani_side{
        from {
            display: none;
            width: 3rem;
        }
        to {
            display: block;
            width: 6.4rem;
        }
    }
    .side-wrap {
        width: 100%;
    }
    .side-top {
        display: flex;
        height: 60px;
        padding: 0 20px 0 30px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #eee;
    }
    .side-logo {
        height: 30px;
        width: auto;
    }
    .side-close {
        width:.48rem;
    }
    .side-bottom {
        padding:  0 .48rem 0 .72rem;
    }
    .nav-item-inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: .27rem 0 .27rem 0;
        border-bottom: 1px solid #eee;
    }
    .nav-item-inner span{
        display: flex;
        align-items: center;
        font-size: 14px;
        color: #eee;
    }
    .nav-item-inner img{
        width: .4rem;
    }
    .side-nav-list .nav-item a{
        color: #000;
        font-size: .26rem;
        width: 100%;
        display: inline-block !important;
    }
    .side-nav-list .side-local-img {
        width: .3rem;
        margin-right: .2rem;
        vertical-align: text-bottom;
    }   
    .side-nav-list-sub {
        display: none;
    }
    .side-nav-list-sub  .side-back-img {
        width: .3rem;
        margin-right: .2rem;
        vertical-align: text-bottom;
    }
    .header-logo-box-phone{
        width: auto;
        height: auto;
    }
    .side-container{
        background: #29529c;
    }
}